Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
braid-design-system@32.18.0
Minor Changes
IconPromote: Update semantic icon from sparkles to a megaphone (#1500)
With the introduction of
IconAI
recently adopting the sparkles artwork (aligning with the industry trend), theIconPromote
semantic is now updated to use a megaphone instead of sparkles.This change will run through all semantic usages, for example
Alert
,Notice
, etc.ButtonIcon: Add
small
size (#1496)Introduce a new
small
size forButtonIcon
component.This size sits alongside the existing
standard
andlarge
sizes.EXAMPLE USAGE:
Add exit animation to
Dialog
which mirrors the existing entrance animation. (#1489)Tag: Add
small
size (#1497)Introduce a new
small
size forTag
component.This size sits alongside the existing
standard
size, which is the default.EXAMPLE USAGE:
Patch Changes
Ensure all paths through
AutoSuggest
state updates are handled. (#1486)Fix minor bug which prevented the
Drawer
exit animation from occurring. (#1489)Update Capsize dependencies (#1484)
Adopt
small
sizedButtonIcon
for field actions (#1496)Switch over to
small
(previouslystandard
) sizedButtonIcon
for field actions such as clear field, or toggle password visibility.Update Crackle CLI dependency (#1480)
Improve virtual touch target positioning for narrow elements (#1493)
To maintain accessibility for smaller interactive elements, Braid uses a virtual touch target to maintain the minimum hit area.
This change ensures that the virtual element is always centered to the visual target, in particular when the width of the visual target is narrower than the minimum hit area.
@braid-design-system/docs-ui@2.1.1
Patch Changes
Update Crackle CLI dependency (#1480)
MenuButton: Improve virtual touch target positioning for narrow elements (#1493)
To maintain accessibility for smaller interactive elements, Braid uses a virtual touch target to maintain the minimum hit area.
This change ensures that the virtual element is always centered to the visual target, in particular when the width of the visual target is narrower than the minimum hit area.
@braid-design-system/source.macro@0.1.2
Patch Changes